Remove Reward Shop and Points features#59
Merged
JoeProgrammer88 merged 3 commits intomainfrom Mar 25, 2026
Merged
Conversation
Co-authored-by: JoeProgrammer88 <7156063+JoeProgrammer88@users.noreply.github.com> Agent-Logs-Url: https://github.com/SpeakingInBits/TaskManagerWeb/sessions/4e268bbb-d824-4948-8ae1-c09a53cfee21
Copilot
AI
changed the title
[WIP] Remove Reward Shop and points features to simplify the app
Remove Reward Shop and Points features
Mar 25, 2026
JoeProgrammer88
requested changes
Mar 25, 2026
Member
JoeProgrammer88
left a comment
There was a problem hiding this comment.
Some tests dealing with #totalPoints are failing and should be removed/modified as needed. The tests looking for the reward shop tab should be removed as well
Co-authored-by: JoeProgrammer88 <7156063+JoeProgrammer88@users.noreply.github.com> Agent-Logs-Url: https://github.com/SpeakingInBits/TaskManagerWeb/sessions/ea6f881f-8324-488c-8ce2-efb4fa362fff
Contributor
Author
Fixed in de093b6. Removed the |
JoeProgrammer88
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users don't use the Reward Shop, so removing it along with the associated points system to reduce complexity. Existing user data auto-migrates on first load.
Storage (
src/storage.ts)DATA_SCHEMA_VERSIONto2;initializeStorage()now auto-runsmigrateToLatest()when stored schema is older — tasks, habits, projects, finances etc. are preserved;rewards,purchaseHistory,totalPoints, andpointsBreakdownare droppedReward,Purchase,PurchaseResult,PointsBreakdowninterfaces andpointsfield fromTask/HabitLegacyUserStatsinterface to safely cast olduserStatsduring migration instead ofas anyaddReward,updateReward,deleteReward,getRewards,purchaseReward,getPurchaseHistory,addPointsmethodsApp logic (
src/app.ts)renderShop, reward modal methods,purchaseReward,currentEditingRewardIdaddPoints()calls from task/habit completion; removedpointsfrom task/habit form read/write and card renderingUI (
index.html)Tests (
tests/storage.test.ts)rewards shopandpoints and levelingsuites; replaced withleveling and streakkeeping level/streak coverageOriginal prompt
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.